﻿/*giao dien mobile landscape*/
@media only screen and (max-width : 823px) and (max-height: 411px) {
    .wrap-login100rs {
        width: 90%;
        padding: 15px;
        height: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width : 736px) and (max-height: 414px) {
    .wrap-login100rs {
        width: 90%;
        padding: 15px;
        height: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
  
}

@media only screen and (max-width : 720px) and (orientation: landscape) {
    .wrap-login100rs {
        width: 90%;
        padding: 15px;
        height: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 540px) and (orientation: portrait) {
    .wrap-login100rs {
        width: 94%;
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
    }
}

@media only screen and (max-width : 414px) and (orientation: portrait) {
    .wrap-login100rs {
        padding-top: 0px;
    }
}


@media only screen and (max-width : 375px) and (orientation: portrait) {
    .wrap-login100rs {
        padding-top: 15px;
    }
}

@media only screen and (max-width : 320px) and (orientation: portrait) {
    .wrap-login100rs {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
